.lit-block {
  display: block !important;
}

[data-tab-content] {
  display: none;
}

.lit-contact-tab {
  background-color: rgb(175, 175, 175);
  color: white;
  padding: 15px 45px;
  margin: 10px 20px 0 0;
  transition: 0.2s;
  cursor: pointer;
}

.lit-contact-tab-active {
  background-color: black;
}

.lit-contact-tab-active:hover {
  background-color: rgb(37, 37, 37);
}
